home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / HD-Installer / jst_dev / sources / jst / osemu.i < prev    next >
Text File  |  2000-04-12  |  449b  |  23 lines

  1.     IFND    OSEMU_I_INCLUDED
  2. OSEMU_I_INCLUDED    =    1
  3.  
  4.     MC68000
  5.  
  6.  
  7. ; ** OSEmu configuration structure offsets
  8.  
  9. OSM_SLVTRAINER    = 4
  10. OSM_LASTLOADSEG    = 8
  11. OSM_ID        = 12
  12. OSM_VER        = 16
  13. OSM_RELEASE    = 18
  14. OSM_COPPERADDR    = 20
  15. OSM_ICONIFYCODE    = 24
  16. OSM_ICONIFYKEY    = 28
  17. OSM_JSTFLAGS    = 32    ; this and all this above for OSEmu v1.0
  18. OSM_EXPMEM    = 36
  19. OSM_EXPSIZE    = 40    ; this and all this above for OSEmu v1.3
  20. OSM_DEBUGENTRY  = 44    ; this and all this above for OSEmu v1.4
  21.  
  22.     ENDC
  23.